home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / wizards / Wztable / dao.h < prev    next >
Encoding:
Text File  |  1998-05-01  |  1021 b   |  34 lines

  1. *- DAO.h
  2. *- #DEFINEs for using the DAO.DBEngine
  3.  
  4. *- Use the DAO.DBEngine
  5. #DEFINE DAOENGINE                "DAO.DBEngine"
  6.  
  7. *- Latest version
  8. #DEFINE I_DAO_VERSION                   3
  9.  
  10. *- Access index attributes
  11. #DEFINE dbDescending                   1
  12.  
  13. *- Access relation attributes
  14. #DEFINE dbRelationUnique               1
  15. #DEFINE dbRelationDontEnforce           2
  16. #DEFINE dbRelationInherited               4
  17. #DEFINE dbRelationUpdateCascade         256
  18. #DEFINE dbRelationDeleteCascade        4096
  19. #DEFINE dbRelationLeft            16777216
  20. #DEFINE dbRelationRight            33554432
  21.  
  22. *- Access table attributes
  23. #DEFINE dbSystemObject         -2147483646
  24.  
  25. #DEFINE dbAutoIncrement        16
  26.  
  27. #DEFINE C_NODAO_LOC            "Unable to use Data Access Objects. Access indexes, relations and field data cannot be imported."
  28. #DEFINE C_OLDDAO_LOC        "The wizard requires Data Access Objects version 3.0 or later."
  29. #DEFINE C_NOOPENMDB_LOC        "Unable to open Access database."
  30. #DEFINE C_ADDRELATION_LOC    "Adding relations..."
  31. #DEFINE C_PROCESSING_LOC    "Processing "
  32. #DEFINE C_BUILDINGINDEX_LOC    "Building index "
  33.  
  34.